home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Presentations
/
Presentations ’92
/
PatchWorks Kit
/
Examples
/
MPW Example
/
Makefile.Header
< prev
next >
Wrap
Makefile
|
1992-05-16
|
286b
|
10 lines
.c.o ƒ .c
{CPlus} {depDir}{default}.c -o {targDir}{default}.c.o {CPlusOptions}
CPlusOptions = -mf -b -vtbl0 -i "{PatchWorksIncludes}"
.vt.cp.o ƒ .vt.cp
ProcessVTables {depDir}{default}.vt.cp {PVTOptions} ; move -y {default}.vt.cp.o {targDir}
PVTOptions = -i "{PatchWorksIncludes}"